.login {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 38px;
}

.login a {
  font-size: 16px;
  padding-right: 6px;
  color: #666666;
  position: relative;
  transition: all 0.3s;
}

.login a::before {
  content: "|";
  font-size: 16px;
  position: absolute;
  right: -1%;
}

.login a:last-child::before {
  display: none;
}

.login a.on {
  color: #0880d5;
}

.login_box {
  background: #fcfafa;
}

.login_box .login_list {
  padding-top: 6.66%;
  padding-bottom: 6.66%;
  padding-left: 36.66%;
  padding-right: 36.66%;
  box-sizing: border-box;
  text-align: center;
}

.login_box .login_list h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 60px;
}

.login_box .login_list ul li {
  border: 1px solid #cccccc;
  margin-bottom: 30px;
  font-size: 16px;
  padding-left: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.login_box .login_list ul li .img {
  display: inline-block;
  margin-right: 10px;
}

.login_box .login_list ul li .img::after {
  content: "|";
  font-size: 16px;
  vertical-align: super;
  color: #cccccc;
}

.login_box .login_list ul li input {
  width: 84.3%;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  padding-top: 12px;
  padding-bottom: 10px;
  background: #fcfafa;
  padding-left: 5%;
  box-sizing: border-box;
}

.login_box .login_list ul li.yzm {
  position: relative;
  width: 63.25%;
}

.login_box .login_list ul li.yzm input {
  width: 50%;
}

.login_box .login_list ul li.yzm .img_yz {
  position: absolute;
  right: -58%;
  max-width: 100px;
}

.login_box .login_list ul .btn {
  padding-left: 0;
  border: none;
}

.login_box .login_list ul .btn button {
  width: 100%;
  background: #0880d5;
  color: #ffffff;
  text-align: center;
  border: none;
  font-size: 20px;
  padding: 13px 0;
}

.login_box .register {
  padding-left: 25.8%;
  padding-right: 30.5%;
}

.login_box .register ul li {
  border: none;
  flex-wrap: nowrap;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
  padding-left: 0;
  max-height: 100px;
  overflow: hidden;
}

.login_box .register ul li .label {
  flex: 1;
  padding-right: 18px;
  box-sizing: border-box;
  text-align: right;
  white-space: nowrap;
}

.login_box .register ul li .label label em {
  color: #ff2525;
}

.login_box .register ul li .int {
  width: 324px;
  border: 1px solid #cccccc;
  box-sizing: content-box;
  font-size: 18px;
  line-height: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.login_box .register ul li .int input {
  width: 100%;
}

.login_box .register ul .upl {
  display: flex;
  align-items: flex-start;
}

.login_box .register ul .upl .int {
  border: none;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  position: relative;
}

.login_box .register ul .upl .int input {
  position: absolute;
  opacity: 0;
  height: 76px;
}

.login_box .register ul .upl .int em {
  font-size: 14px;
  line-height: 26px;
  margin-left: 10px;
  color: #a8a8a8;
  padding-right: 57px;
  box-sizing: border-box;
}

.login_box .register ul .yz .int {
  display: flex;
  border: none;
  justify-content: space-between;
  align-items: center;
}

.login_box .register ul .yz .int input {
  width: 64.19%;
  border: 1px solid #cccccc;
}

.login_box .register ul .btns {
  margin-top: 40px;
}

.xwxq .detail .textbox .btns {
  margin-top: 50px;
}

.xwxq .detail .textbox .btns button {
  width: 120px;
  font-size: 16px;
  padding: 18px 0;
  line-height: 1;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}

.xwxq .detail .textbox .btns .b1 {
  background: #0880d5;
  color: #ffffff;
}

.xwxq .detail .textbox .btns .b1.ons {
  cursor: not-allowed;
  background: #cccccc;
  color: #ffffff;
}

.xwxq .detail .textbox .btns .b2 {
  margin-left: 30px;
  border: 1px solid #0880d5;
  background: #ffffff;
  color: #0880d5;
  box-sizing: border-box;
}

#pop {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  display: none;
}

#pop #pop_up {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 560px;
  z-index: 999999;
}

#pop #pop_up .title {
  background: #0880d5;
  color: #ffffff;
  padding-left: 32px;
  padding-right: 24px;
  padding-top: 18px;
  padding-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

#pop #pop_up .title h4 {
  font-size: 24px;
  font-weight: normal;
}

#pop #pop_up .title .return {
  width: 20px;
  position: relative;
}

#pop #pop_up .title .return span {
  width: 100%;
  height: 2px;
  background: #ffffff;
  display: inline-block;
  position: absolute;
}

#pop #pop_up .title .return span:nth-child(1) {
  transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform: rotate(-43deg);
  -ms-transform: rotate(-43deg);
  -moz-transform: rotate(-43deg);
  -webkit-transform: rotate(-46deg);
  -o-transform: rotate(-43deg);
  top: 10px;
  left: 0;
}

#pop #pop_up .title .return span:nth-child(2) {
  transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
  -webkit-transform: rotate(46deg);
  -o-transform: rotate(43deg);
  top: 25px;
  left: 0;
}

#pop #pop_up .des {
  background: #ffffff;
  padding-right: 42px;
  padding-left: 42px;
  padding-top: 30px;
  padding-bottom: 70px;
  box-sizing: border-box;
}

#pop #pop_up ul li {
  border: none;
  flex-wrap: nowrap;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

#pop #pop_up ul li .label {
  flex: 1;
  padding-right: 18px;
  box-sizing: border-box;
  text-align: right;
  white-space: nowrap;
}

#pop #pop_up ul li .label label em {
  color: #ff2525;
}

#pop #pop_up ul li .int {
  width: 324px;
  border: 1px solid #cccccc;
  box-sizing: content-box;
  font-size: 18px;
  line-height: 2;
  padding-top: 0;
  padding-bottom: 0;
}

#pop #pop_up ul li .int input {
  width: 100%;
  font-size: 20px;
  padding-left: 2%;
}

#pop #pop_up ul .upl {
  display: flex;
  align-items: flex-start;
}

#pop #pop_up ul .upl .int {
  border: none;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  position: relative;
}

#pop #pop_up ul .upl .int input {
  position: absolute;
  opacity: 0;
  height: 76px;
}

#pop #pop_up ul .upl .int em {
  font-size: 14px;
  line-height: 26px;
  margin-left: 10px;
  color: #a8a8a8;
  padding-right: 57px;
  box-sizing: border-box;
}

#pop #pop_up ul .yz .int {
  display: flex;
  border: none;
  justify-content: space-between;
  align-items: center;
}

#pop #pop_up ul .yz .int input {
  width: 64.19%;
  height: 100%;
  border: 1px solid #cccccc;
}

#pop #pop_up ul .btns {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

#pop #pop_up ul .btns button {
  font-size: 20px;
  border: none;
  padding: 10px 34px;
  box-sizing: border-box;
  border-radius: 5px;
}

#pop #pop_up ul .btns button.p1 {
  background: #0880d5;
  color: #ffffff;
}

#pop #pop_up ul .btns button.p2 {
  background: #eeeeee;
  color: #333333;
  margin-left: 20px;
}

#pop #pop_up ul .btnx {
  margin-top: 80px;
}

#pop #success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  display: none;
  z-index: 999999;
  background: #333333;
  opacity: 0.8;
  padding-top: 76px;
  padding-bottom: 90px;
  box-sizing: border-box;
}

#pop #success .sue {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#pop #success .sue img {
  max-width: 67px;
}

#pop #success .sue p {
  margin-top: 40px;
  font-size: 24px;
  color: #ffffff;
}

#pops {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  display: none;
}

#pops #pop_up {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 560px;
  z-index: 999999;
}

#pops #pop_up .title {
  background: #0880d5;
  color: #ffffff;
  padding-left: 32px;
  padding-right: 24px;
  padding-top: 18px;
  padding-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

#pops #pop_up .title h4 {
  font-size: 24px;
  font-weight: normal;
}

#pops #pop_up .title .return {
  width: 20px;
  position: relative;
}

#pops #pop_up .title .return span {
  width: 100%;
  height: 2px;
  background: #ffffff;
  display: inline-block;
  position: absolute;
}

#pops #pop_up .title .return span:nth-child(1) {
  transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform: rotate(-43deg);
  -ms-transform: rotate(-43deg);
  -moz-transform: rotate(-43deg);
  -webkit-transform: rotate(-46deg);
  -o-transform: rotate(-43deg);
  top: 10px;
  left: 0;
}

#pops #pop_up .title .return span:nth-child(2) {
  transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
  -webkit-transform: rotate(46deg);
  -o-transform: rotate(43deg);
  top: 25px;
  left: 0;
}

#pops #pop_up .des {
  background: #ffffff;
  padding-right: 42px;
  padding-left: 42px;
  padding-top: 30px;
  padding-bottom: 70px;
  box-sizing: border-box;
}

#pops #pop_up ul li {
  border: none;
  flex-wrap: nowrap;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

#pops #pop_up ul li .label {
  flex: 1;
  padding-right: 18px;
  box-sizing: border-box;
  text-align: right;
  white-space: nowrap;
}

#pops #pop_up ul li .label label em {
  color: #ff2525;
}

#pops #pop_up ul li .int {
  width: 324px;
  border: 1px solid #cccccc;
  box-sizing: content-box;
  font-size: 18px;
  line-height: 2;
  padding-top: 0;
  padding-bottom: 0;
}

#pops #pop_up ul li .int input {
  width: 100%;
  font-size: 18px;
}

#pops #pop_up ul .upl {
  display: flex;
  align-items: flex-start;
}

#pops #pop_up ul .upl .int {
  border: none;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  position: relative;
}

#pops #pop_up ul .upl .int input {
  position: absolute;
  opacity: 0;
  height: 76px;
}

#pops #pop_up ul .upl .int em {
  font-size: 14px;
  line-height: 26px;
  margin-left: 10px;
  color: #a8a8a8;
  padding-right: 57px;
  box-sizing: border-box;
}

#pops #pop_up ul .yz .int {
  display: flex;
  border: none;
  justify-content: space-between;
  align-items: center;
}

#pops #pop_up ul .yz .int input {
  width: 64.19%;
  height: 100%;
  border: 1px solid #cccccc;
}

#pops #pop_up ul .btns {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

#pops #pop_up ul .btns button {
  font-size: 20px;
  border: none;
  padding: 10px 34px;
  box-sizing: border-box;
  border-radius: 5px;
}

#pops #pop_up ul .btns button.p1 {
  background: #0880d5;
  color: #ffffff;
}

#pops #pop_up ul .btns button.p2 {
  background: #eeeeee;
  color: #333333;
  margin-left: 20px;
}

#pops #pop_up ul .btnx {
  margin-top: 80px;
}

#pops #success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  display: none;
  z-index: 999999;
  background: #333333;
  opacity: 0.8;
  padding-top: 76px;
  padding-bottom: 90px;
  box-sizing: border-box;
}

#pops #success .sue {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#pops #success .sue img {
  max-width: 67px;
}

#pops #success .sue p {
  margin-top: 40px;
  font-size: 24px;
  color: #ffffff;
}

.rlzy .table .row .detail {
  position: relative;
}

.rlzy .table .row .detail .resume {
  position: absolute;
  right: 0;
  top: 28px;
  width: 10%;
  z-index: 999;
}

.rlzy .table .row .detail .resume button {
  width: 100%;
  background: #ffffff;
  border: 1px solid #0880d5;
  font-size: 16px;
  color: #0880d5;
  padding: 17px 0;
  line-height: 1;
}

.log .search-box {
  right: 11.33% !important;
}

.log .search-box.on {
  right: 15% !important;
}

#img3,
#img1,
#img2 {
  max-height: 100px;
  height: 100%;
  display: none;
}

#documents_enclosure01,
#val01,
#enclosure01 {
  color: green;
  overflow: hidden;
}